Skip to content

feat: added dashboard for active sessions#67

Merged
04shubham7 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
ADARSHsri2004:feat/active_sessions
Nov 9, 2025
Merged

feat: added dashboard for active sessions#67
04shubham7 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
ADARSHsri2004:feat/active_sessions

Conversation

@ADARSHsri2004
Copy link
Copy Markdown
Contributor

Description

  • Implemented the Active Sessions dashboard on the frontend to display all active user sessions/devices and allow users to revoke them individually.
  • The component features a clean, modern UI with device icons, platform details, and last active timestamps. Revocation buttons are styled for clarity and responsive interaction.
  • Currently uses dummy data (to be integrated with backend API once available).

Changes made

  • Added new component: ActiveSessions.tsx
  • Integrated animated card layout using Framer Motion and shadcn/ui
  • Designed responsive grid for session display with improved aesthetics
  • Included revoke session button logic placeholder for future API connection
image

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Closes #6

Checklist

Copy link
Copy Markdown
Member

@04shubham7 04shubham7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems Fine

@04shubham7 04shubham7 merged commit 30c7d12 into OPCODE-Open-Spring-Fest:main Nov 9, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Session Listing and Revocation

2 participants